home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Learning Windows 98 / Learning Windows 98.iso / Install / program files / Velocity.exe / 0 / RCDATA / TGLOSSARYSCREEN / TGLOSSARYSCREEN.txt
Encoding:
Text File  |  1999-05-10  |  1.3 KB  |  63 lines

  1. object GlossaryScreen: TGlossaryScreen
  2.   Left = 190
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'GlossaryScreen'
  7.   ClientHeight = 325
  8.   ClientWidth = 619
  9.   Color = 44930213
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Term: TLabel
  20.     Left = 2
  21.     Top = 4
  22.     Width = 613
  23.     Height = 73
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Term'
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -27
  30.     Font.Name = 'Times New Roman'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     ShowAccelChar = False
  34.     Transparent = True
  35.     WordWrap = True
  36.   end
  37.   object Definition: TLabel
  38.     Left = 6
  39.     Top = 46
  40.     Width = 611
  41.     Height = 229
  42.     AutoSize = False
  43.     Caption = 'Label1'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clBlack
  46.     Font.Height = -27
  47.     Font.Name = 'Times New Roman'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     ShowAccelChar = False
  51.     Transparent = True
  52.     WordWrap = True
  53.   end
  54.   object btnClose: TSpeedButton
  55.     Left = 243
  56.     Top = 284
  57.     Width = 152
  58.     Height = 39
  59.     Flat = True
  60.     OnClick = btnCloseClick
  61.   end
  62. end
  63.